Welcome![Sign In][Sign Up]
Location:
Search - full duplex

Search list

[Internet-NetworkPPP

Description: 点到点协议是为在两个对等实体间传输数据包建立简单连接而设计的。这种连接提供了同时的双向的全双工操作。-Point-to-point agreement is for two pairs of entities such as the establishment of inter-transmission packets designed for simple connection. This connection provides a simultaneous two-way full-duplex operation.
Platform: | Size: 10240 | Author: Bao | Hits:

[Com PortDemo2_UART

Description: SPCP825的UART控制程序,标准全双工串行异步通讯端口(适用于RS-232协议),波特率可达到2457600bps@12MHz@12MHz、1536000bps @6MHz; -SPCP825 the UART control procedures, standard full-duplex asynchronous serial communication port (for RS-232 protocol), the baud rate can be achieved 2457600bps @ 12MHz @ 12MHz, 1536000bps @ 6MHz
Platform: | Size: 8192 | Author: 张大华 | Hits:

[Program doc54xxRS232

Description: DSP同步串口McBSP与PC机异步串口RS-232的全双工通信-DSP synchronous serial port McBSP and PC-asynchronous serial RS-232 full-duplex communication
Platform: | Size: 73728 | Author: zhangyong | Hits:

[Internet-NetworkSlidingWindowUDP(1)

Description: 教学实验源代码,提供对滑动窗口协议的实验演示,协议分层和协议软件的设计与实现有基本的认识利用所学数据链路层原理,自己设计一个滑动窗口协议并在仿真环境下编程实现有噪音信道环境下的 可靠的双工通信。信道模型为 8000bps 全双工卫星信道,信道传播时延 270 毫秒,信道误码率为 10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围-Teaching experiment source code, on the Sliding Window Protocol provides experimental demonstration of the agreement stratification and protocol software design and implementation of a basic understanding of the use of the data link layer principle, its own design of a sliding window protocol and simulation programming environment the realization of the noise channel environment duplex reliable communication. Channel model for 8000bps full-duplex satellite channel, channel propagation delay of 270 ms, channel bit error rate of 10-5, byte-stream channel to provide transmission services, network layer packet length in the range of 240 ~ 256 bytes
Platform: | Size: 414720 | Author: Tony Yau | Hits:

[Com PortUART

Description: 80C51 UART全双工通讯的典型应用-80C51 UART Typical applications for full-duplex communication
Platform: | Size: 20480 | Author: 金昌 | Hits:

[Crack Hackmicro-UARTsource_V

Description: UART(即Universal Asynchronous Receiver Transmitter 通用异步收发器)是广泛使用的串行数据传输协议。UART允许在串行链路上进行全双工的通信。-UART (ie Universal Asynchronous Receiver Transmitter Universal Asynchronous Receiver Transmitter) is a widely used serial data transfer protocol. UART allows for full-duplex serial link communications.
Platform: | Size: 5120 | Author: | Hits:

[JSP/JavaJavaSerial

Description: 用Java在Windows下实现串口全双工通讯的例子,Eclipse编译通过。注:读串口超时的话,编译器会提示出错。-Using Java in Windows to achieve full-duplex serial communication example, Eclipse compiler through. Note: Reading serial port timeout, then the compiler will be prompted to make mistakes.
Platform: | Size: 8192 | Author: Elfen Lied | Hits:

[SCMMAX19713

Description: MAX19713:超低功耗、高集成度混合信号模拟前端(AFE),工作在全双工(FD)模式,可理想用于宽带通信系统-MAX19713: ultra-low power, highly integrated mixed-signal analog front-end (AFE), working in full-duplex (FD) model, can be ideal for broadband communication systems
Platform: | Size: 852992 | Author: wu | Hits:

[SCMSTM32-SPI

Description: 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。在第二阶段,由从SPI1把SPI1_Buffer_Tx发送到SPI2,由主SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 在STM3210B-LK1上,如果以上4个传输都正确,则亮起LED1(LD4),否则亮起LED2(LD3)。-err
Platform: | Size: 232448 | Author: chen | Hits:

[SCMsoftuart_avr

Description: AVR单片机软件模拟串口实现全双工的例子。-AVR single-chip simulation software to achieve full-duplex serial example.
Platform: | Size: 43008 | Author: 王伟希 | Hits:

[Internet-NetworkWinSockwangluobianchengshiyongbaodian

Description: WinSock 网络编程实用宝典 书中tcp/ip编程基础 聊天室程序 语音全双工通信使用 网络嗅探器等-WinSock network programming practical Baodian book tcp/ip programming basic voice chat program to use full-duplex communication, such as network sniffer
Platform: | Size: 685056 | Author: 黄燚 | Hits:

[Embeded-SCM Developserial

Description: -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --制器,10个bit是1位起始位,8个数据位,1个结束 --位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 --现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间 --划分为8个时隙以使通信同步. --程序的工作过程是:串口处于全双工工作状态,按动SW0,CPLD向PC发送“welcome" --字符串(串口调试工具设成按ASCII码接受方式);PC可随时向CPLD发送0-F的十六进制 --数据,CPLD接受后显示在7段数码管上。-- The module s function is to verify the implementation and the basic PC-to serial communication functions. Required at - PC machine on the installation of a serial debugging tools to verify the function of the procedure. - Implementation of a program to send and receive a 10 bit (that is, no parity bit) Serial Control - System, and 10 bit is a start bit, 8 data bits, 1 Ending - Bit. Serial Porter law procedures defined by the parameters div_par decision to change the parameters can be real - Is the corresponding baud rate. Procedures set div_par the current value is 0x104, the corresponding baud rate are - 9600. 8 times the baud rate with a clock will be sent or received every bit of the cycle time - Is divided into eight time slots in order to enable synchronous communication. - Procedures for work processes are: full-duplex serial port in job status, rather than pressing SW0, CPLD to the PC to send "welcome" - String (serial debug tools is set to accept by way of A
Platform: | Size: 65536 | Author: johnson | Hits:

[DSP programfullduplex

Description: pic full duplex uart p ic full duplex uart-pic full duplex uart pic full duplex uart pic full duplex uart
Platform: | Size: 3072 | Author: babu | Hits:

[SCMuart

Description: 采用软件方法来实现单片机的通用串口引脚来模拟UART。根据要求采用P1.0作为发送端(TXD),P1.1做为数据接受端(RXD),并采用全双工通信模式。由于MAX232电平转换芯片除了做UART的几个引脚后,还剩余T2IN,T2OUT,R2IN,R2OUT.所以采用模仿UART的接法.每次通信,发送的数据加1,接收的数据加2.用51系列单片机。-The use of software methods to achieve single-chip Universal Serial pin to simulate the UART. P1.0 adopted in accordance with the requirements as the sending end (TXD), P1.1 as the receiving end the data (RXD), and the use of full-duplex communication mode. Since the MAX232 level translator chip UART to do apart from some of the pin, the remaining T2IN, T2OUT, R2IN, R2OUT. So used to imitate the UART connection. Each communication, to send data add one, add 2 to receive data. 51 Series single-chip microcomputer used.
Platform: | Size: 4096 | Author: sdcsadf | Hits:

[assembly languageSJTX

Description: 微机接口实验 实现双机全双工通信 有实验源代码及实验报告-Computer Interface experiments achieve full-duplex communications has double the experimental report of the source code and experimental
Platform: | Size: 151552 | Author: 王超 | Hits:

[Internet-NetworkSocket

Description: VC开发的全双工Socket通讯程序源码 -VC developed full-duplex communication procedures Socket source
Platform: | Size: 70656 | Author: jingshaq | Hits:

[Windows Developdianduidiantongxin

Description: 可实现点对点的数据通信,单双工通信模式,经过修改可以变为全双工模式,可以作为初学者的参考-Can be point-to-point data communications, single-and double-workers communication mode can be modified into a full-duplex mode can be used as a reference for beginners
Platform: | Size: 226304 | Author: 赵小川 | Hits:

[Otherafdx_white_paper

Description: 航空电子全双工交互式以太网白皮书,用于了解航空电子以太网构架的基础性文档。-Interactive avionics full-duplex Ethernet White Paper Ethernet avionics for understanding the basic framework document.
Platform: | Size: 809984 | Author: 田涛 | Hits:

[SCMquanshuanggong

Description: 用单片机实现两个数码管全双工通信,经过功能验证.-With two single-chip digital control to achieve full-duplex communications, through functional verification.
Platform: | Size: 37888 | Author: 王超 | Hits:

[Com PortGM8125

Description: 8051 系列芯片通常只有1 个或2 个串口,在工程实际中,往往需要多个串口进行整个系统的通信,但是普通单片机或者DSP 原有的UART 串口都比较少。GM8125可以将1 个全双工的标准串口扩展成5 个全双工的标准串口,并能通过外部引脚控制串口扩展模式:单通道工作模式或多通道工作模式。-8051 series chips are usually only one or two serial ports, in engineering practice, often requires a number of serial communications for the entire system, but an ordinary single-chip DSP, or the original less than the UART serial port. GM8125 can be a standard full-duplex serial port expansion into the standard five full-duplex serial port, and can control external pin serial port expansion mode: single mode or multi-channel mode.
Platform: | Size: 244736 | Author: pudn | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 18 »

CodeBus www.codebus.net